* lisp/isearch.el (word-search-regexp): Match whitespace if the search
authorJuri Linkov <juri@jurta.org>
Thu, 13 Jun 2013 21:49:10 +0000 (00:49 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 13 Jun 2013 21:49:10 +0000 (00:49 +0300)
commit1a48627edc7a9a5016ea13947290c3f68d2b8f0b
tree0f6bd6e6afa5d9735f5a3105cedd6afeccb2c734
parente3e963e23ff545ac2935c7e4d86f0873bcfb9db3
* lisp/isearch.el (word-search-regexp): Match whitespace if the search
string begins or ends in whitespace.  The LAX arg is applied to
both ends of the search string.  Use `regexp-quote' and explicit
\< and \> instead of \b.  Use \` and \' instead of ^ and $.
(isearch-symbol-regexp): Sync with `word-search-regexp' where word
boundaries are replaced with symbol boundaries, and characters
between symbols match non-word non-symbol syntax.
etc/NEWS
lisp/ChangeLog
lisp/isearch.el